ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1ChartCore<Tseries,TAnimation,TBinding> Class
Members

In This Topic
    C1ChartCore<Tseries,TAnimation,TBinding> Class
    In This Topic
    The C1ChartCore class contains common properties specific to the all charts.
    Object Model
    C1ChartCore<Tseries,TAnimation,TBinding> Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1ChartCore
        (Of Tseries As {New, ChartSeries},
         TAnimation As {New, ChartAnimation},
         TBinding As {New, C1ChartBinding}) 
       Inherits C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase
    public abstract class C1ChartCore<Tseries,TAnimation,TBinding> : C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase 
    where Tseries: new(), ChartSeries
    where TAnimation: new(), ChartAnimation
    where TBinding: new(), C1ChartBinding
    Type Parameters
    Tseries
    TAnimation
    TBinding
    Inheritance Hierarchy

    System.Object
       System.Web.UI.Control
          System.Web.UI.WebControls.WebControl
             System.Web.UI.WebControls.BaseDataBoundControl
                System.Web.UI.WebControls.DataBoundControl
                      C1.Web.Wijmo.Controls.C1Chart.C1ChartCore<Tseries,TAnimation,TBinding>
                         C1.Web.Wijmo.Controls.C1Chart.C1BarChart
                         C1.Web.Wijmo.Controls.C1Chart.C1BubbleChart
                         C1.Web.Wijmo.Controls.C1Chart.C1CandlestickChart
                         C1.Web.Wijmo.Controls.C1Chart.C1ChartNavigator
                         C1.Web.Wijmo.Controls.C1Chart.C1CompositeChart
                         C1.Web.Wijmo.Controls.C1Chart.C1LineChart
                         C1.Web.Wijmo.Controls.C1Chart.C1PieChart
                         C1.Web.Wijmo.Controls.C1Chart.C1ScatterChart

    See Also